home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
DEPOSITO
/
REmovido
/
Esportes
/
air_hockey.swf
/
scripts
/
frame_4
/
DoAction_3.as
< prev
next >
Wrap
Text File
|
2006-07-26
|
249b
|
13 lines
stop();
Mouse.show();
but.onRelease = function()
{
_root.gotoAndPlay(2);
};
if(_root.scorMe - _root.scorAi > _root.oldScore)
{
bMe.text = _root.scorMe;
bAi.text = _root.scorAi;
_root.oldScore = _root.scorMe - _root.scorAi;
}